home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineButton2_94 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  310 b   |  19 lines

  1. on(release){
  2.    tellTarget("_root.orientchops")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6.    startDrag("_root.chopsticks",1);
  7.    tellTarget("_root.timer")
  8.    {
  9.       play();
  10.    }
  11.    Mouse.hide();
  12.    _root.time = 8;
  13.    _root.flies = 0;
  14.    tellTarget("_root.outoftime")
  15.    {
  16.       gotoAndStop(1);
  17.    }
  18. }
  19.